* lisp/net/dictionary.el (dictionary-display-match-result): More fixes.
authorJuri Linkov <juri@linkov.net>
Sun, 3 Mar 2024 17:49:36 +0000 (19:49 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 3 Mar 2024 17:49:36 +0000 (19:49 +0200)
Remove 'dictionary-pre-buffer' that was moved to
'dictionary-new-matching' in the previous commit (bug#69312).

lisp/net/dictionary.el

index e9e6b1292b5e1b7e5a37b42a5a9cda504567b574..7967c6509991557574acf4666d8cc96787bfceec 100644 (file)
@@ -1176,8 +1176,6 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
 
 (defun dictionary-display-match-result (reply)
   "Display the results in REPLY from a match operation."
-  (dictionary-pre-buffer)
-
   (let ((number (nth 1 (dictionary-reply-list reply)))
        (list (dictionary-simple-split-string (dictionary-read-answer) "\n+")))
     (insert number " matching word" (if (equal number "1") "" "s")